home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1508 / bfa95.exe / 0 / RCDATA / TDIRBROWSER / TDIRBROWSER.txt
Text File  |  1997-02-11  |  1KB  |  70 lines

  1. object DirBrowser: TDirBrowser
  2.   Left = 252
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Browse Directory'
  6.   ClientHeight = 214
  7.   ClientWidth = 283
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Info1: TLabel
  17.     Left = 8
  18.     Top = 2
  19.     Width = 45
  20.     Height = 13
  21.     Caption = '&Directory:'
  22.     FocusControl = DirList
  23.     Transparent = True
  24.   end
  25.   object Info2: TLabel
  26.     Left = 8
  27.     Top = 168
  28.     Width = 28
  29.     Height = 13
  30.     Caption = 'Dri&ve:'
  31.     FocusControl = DriveList
  32.     Transparent = True
  33.   end
  34.   object DirList: TDirectoryListBox
  35.     Left = 8
  36.     Top = 18
  37.     Width = 265
  38.     Height = 143
  39.     ItemHeight = 16
  40.     TabOrder = 0
  41.   end
  42.   object DriveList: TDriveComboBox
  43.     Left = 8
  44.     Top = 184
  45.     Width = 113
  46.     Height = 19
  47.     TabOrder = 1
  48.     OnChange = DriveListChange
  49.   end
  50.   object OKButton: TButton
  51.     Left = 138
  52.     Top = 184
  53.     Width = 65
  54.     Height = 21
  55.     Caption = '&OK'
  56.     TabOrder = 2
  57.     OnClick = OKButtonClick
  58.   end
  59.   object CancelButton: TButton
  60.     Left = 208
  61.     Top = 184
  62.     Width = 65
  63.     Height = 21
  64.     Cancel = True
  65.     Caption = '&Cancel'
  66.     TabOrder = 3
  67.     OnClick = CancelButtonClick
  68.   end
  69. end
  70.